Release 10.1A: OpenEdge Development:
Programming Interfaces
Accessing a named pipe within Progress
To access a named pipe from Progress, open it for input or output using the
INPUTFROMandOUTPUTTOstatements. For example, the following line of Progress code opens the previously created named pipeinpipefor input:
After invoking this statement, all input statements that use the unnamed stream, such as
SETorIMPORT, take their input frominpipe.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |